This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Bill Mintumikonyings 8.Nov.02 12:17 PM a Web browser Applications DevelopmentAll ReleasesWindows 2000
I am working on a migration project to extract OLE embedded objects from a number of Notes 4 databases and save them to disk. I am having SEVERE problems extracting OLE embedded objects from documents, where the object was embedded directly in the form. It seems that all the usual LS methods for getting a handle on embedded objects return nothing if the object was embedded in this way.
As a last resort, I have found a new C API function available in Notes 6: NSFNoteOLEDissasociateFileFromObject. I have been working on a possible solution using that. My problem here is that it is not obvious from the documentation what the input parameters pszObjName and pszAttachmentName should be. Does anyone know?
Alternatively, has anyone experienced this issue before with embedded objects in forms? If so, how did you get round it?